JavaScript

A5.PanelLayoutlastPanel Method

Syntax

A5.PanelLayout.lastPanel([animation])

Arguments

animationboolean

Whether or not to animate the panel layout transition. The default value is true.

Description

Navigate to the last panel in the panel layout.

Example

// assume pObj is a pointer to a panel class
pObj.lastPanel();